Skip to content

Commit

Permalink
ci: pin pypa/gh-action-pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Feb 10, 2024
1 parent e66199a commit 0262c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: pip
- name: Install build dependencies
run: |
python -m pip install -U pip
python -m pip install -U pip
python -m pip install -e '.[dev]'
- name: Build
run: python -m build
Expand All @@ -28,7 +28,7 @@ jobs:
- name: What will we publish?
run: ls -l dist
- name: Publish
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 0262c85

Please sign in to comment.