Skip to content

Commit

Permalink
Changed publishing from test pypi to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
fkapl committed Aug 14, 2023
1 parent a174a7f commit f2db413
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to Test PyPI.org
name: Publish to PyPI.org
on:
release:
types: [published]
Expand Down Expand Up @@ -26,8 +26,7 @@ jobs:
python -m build --sdist --wheel --outdir dist/
twine check dist/*
- name: Publish package on Test PyPI
- name: Publish package on PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit f2db413

Please sign in to comment.