File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -91,23 +91,23 @@ jobs:
9191 id-token : write
9292
9393 steps :
94- # - name: Download distribution artifacts
95- # uses: actions/download-artifact@v4
96- # with:
97- # name: python-package-distributions
98- # path: dist/
94+ - name : Download distribution artifacts
95+ uses : actions/download-artifact@v4
96+ with :
97+ name : python-package-distributions
98+ path : dist/
9999
100100 - name : Installer
101101 run : |
102- python -m pip install --upgrade pip
103- pip install setuptools wheel twine
104-
102+ python -m pip install --upgrade pip
103+ pip install setuptools wheel twine
104+
105105 - name : Publish package to PyPI
106106 env :
107107 TWINE_USERNAME : __token__
108108 TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
109109 run : |
110- twine upload dist/*
110+ twine upload dist/*
111111
112112 create-github-release :
113113 needs : publish-to-pypi
You can’t perform that action at this time.
0 commit comments