Skip to content

Commit

Permalink
switched to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiesele committed Nov 8, 2024
1 parent dbd7796 commit b7e284d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
- name: Install Twine for Upload
run: python -m pip install twine

- name: Upload to TestPyPI with Twine (verbose)
- name: Upload to PyPI with Twine (verbose)
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
twine upload --verbose --repository-url https://test.pypi.org/legacy/ wheelhouse/*
twine upload --verbose wheelhouse/*
# - name: Upload to TestPyPI
# uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit b7e284d

Please sign in to comment.