Skip to content

Commit

Permalink
ci(feat): workflow for publishing to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Oct 10, 2024
1 parent 18cb9bf commit 2135e7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Publish release to PyPI

on:
release:
Expand Down Expand Up @@ -56,6 +56,4 @@ jobs:
- name: Publish distribution to PyPI
uses: pypa/[email protected]
with:
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 2135e7f

Please sign in to comment.