Skip to content

Commit

Permalink
[skip ci] Enable back PyPI publishing for the upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev committed Aug 18, 2024
1 parent 8100c6e commit d0044bf
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,13 @@ jobs:
ls -sh -w 1
working-directory: dist

- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository_url: https://test.pypi.org/legacy/
skip-existing: true
verbose: true
##verify-metadata: false

#- name: Publish distribution 📦 to PyPI
#- name: Publish distribution 📦 to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# ##if: startsWith(github.ref, 'refs/tags')
# with:
# repository_url: https://test.pypi.org/legacy/
# verbose: true
# ##verify-metadata: false

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
##if: startsWith(github.ref, 'refs/tags')

0 comments on commit d0044bf

Please sign in to comment.