Skip to content

Commit

Permalink
Ready for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Feb 5, 2024
1 parent e637ee1 commit 4863010
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ jobs:
echo ls -l dist
ls -l dist
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
password: ${{ secrets.TESTPYPI_PASSWORD }}
repository-url: https://test.pypi.org/legacy/

# - name: Publish to PyPI
# - name: Publish package to TestPyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_PASSWORD }}
# verbose: true
# verbose: true
# password: ${{ secrets.TESTPYPI_PASSWORD }}
# repository-url: https://test.pypi.org/legacy/

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_PASSWORD }}
verbose: true

0 comments on commit 4863010

Please sign in to comment.