Skip to content

Commit

Permalink
Reverts the settings (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiwakaba authored Oct 4, 2024
1 parent 66c3bcd commit a269d0c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
build:

runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/k2hr3client
permissions:
id-token: write
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -75,9 +80,7 @@ jobs:
run: python -m build
- name: Publish distribution to PyPI
if: ${{ matrix.python-version == '3.11' && startsWith(github.ref, 'refs/tags') }}
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
uses: pypa/gh-action-pypi-publish@release/v1

#
# Local variables:
Expand Down

0 comments on commit a269d0c

Please sign in to comment.