Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore publication to PyPI.
Browse files Browse the repository at this point in the history
ybubnov committed Oct 23, 2024
1 parent dc42adc commit 312d396
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/python_build_wheel.yaml
Original file line number Diff line number Diff line change
@@ -34,18 +34,18 @@ jobs:
path: wheelhouse/*.whl
retention-days: 7

#upload_pypi:
# needs: [build_wheels]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/download-artifact@v4.1.8
# with:
# pattern: python-wheels-*
# path: dist
# merge-multiple: true

# - uses: pypa/gh-action-pypi-publish@v1.9.0
# with:
# user: __token__
# password: ${{ secrets.pypi_token }}
# # repository_url: https://test.pypi.org/legacy/
upload_pypi:
needs: [build_wheels]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4.1.8
with:
pattern: python-wheels-*
path: dist
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.pypi_token }}
# repository_url: https://test.pypi.org/legacy/

0 comments on commit 312d396

Please sign in to comment.