File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ Upload to GitHub release
55
55
Usage
56
56
-----
57
57
58
- To build all artifacts configured in the ``publish_python .yaml `` file call:
59
- ``bin/publish_python ``.
58
+ To build all artifacts configured in the ``publish-python .yaml `` file call:
59
+ ``bin/publish-python ``.
60
60
While this also shows the necessary commands to upload the artifacts no upload
61
61
is being performed.
62
62
@@ -75,7 +75,7 @@ For more information about possible command line arguments pass ``--help``.
75
75
Configuration
76
76
-------------
77
77
78
- A configuration file ``publish_python .yaml `` must be present in the root of the
78
+ A configuration file ``publish-python .yaml `` must be present in the root of the
79
79
Python package.
80
80
81
81
On the top level it must contain a key ``artifacts `` containing a list.
@@ -122,7 +122,7 @@ GitHub release configuration
122
122
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
123
123
124
124
* The optional key ``repository `` describes the org unit and repository name to
125
- identify the upload destination (e.g. ``dirk-thomas/publish_python ``).
125
+ identify the upload destination (e.g. ``dirk-thomas/publish-python ``).
126
126
If the invocation is happening in a git repository the location can be
127
127
determined automatically.
128
128
@@ -152,4 +152,4 @@ Example
152
152
- debian:buster
153
153
- type : github
154
154
config :
155
- repository : dirk-thomas/publish_python
155
+ repository : dirk-thomas/publish-python
File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def get_publishings():
14
14
from publish_python .cli import artifact_handlers
15
15
from publish_python .cli import upload_handlers
16
16
17
- config_path = pathlib .Path ('publish_python .yaml' )
17
+ config_path = pathlib .Path ('publish-python .yaml' )
18
18
if not config_path .exists ():
19
19
raise RuntimeError (
20
20
'Must be invoked in a directory containing a '
You can’t perform that action at this time.
0 commit comments