Skip to content

Commit

Permalink
Now that test PyPI upload has been successful, update pypi-publish to…
Browse files Browse the repository at this point in the history
… push to pypi.org.
  • Loading branch information
jverbus committed Sep 4, 2024
1 parent 7e8518f commit 0dbcd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
with:
python-version: '3.9'
- name: Publish to PyPI
run: ./gradlew publishPythonPackageToTestPyPI
run: ./gradlew publishPythonPackage
env:
TEST_PYPI_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

github-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0dbcd97

Please sign in to comment.