Skip to content

Commit

Permalink
solve release/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jun 4, 2024
1 parent adac883 commit 9f692b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
packages: write
checks: write
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/compress-python
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -34,6 +37,6 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.10
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 9f692b8

Please sign in to comment.