Skip to content

Commit

Permalink
Merge pull request #33 from rucio/update_pypi_ci
Browse files Browse the repository at this point in the history
update build and tag actions
  • Loading branch information
ftorradeflot authored May 16, 2024
2 parents dc1395d + 1fb491e commit a379964
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-publish-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
pip install build
python -m build --sdist
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
permissions:
id-token: write
with:
password: ${{ secrets.pypi_password }}
skip_existing: true

0 comments on commit a379964

Please sign in to comment.