Skip to content

Commit

Permalink
fix(ci): use v1.11 of pypi-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Nov 19, 2024
1 parent 2826544 commit d86f99e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ jobs:
- name: build package
run: uv build
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1.12
uses: pypa/gh-action-pypi-publish@release/v1.11
with:
repository-url: https://test.pypi.org/legacy/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.12
with:
attestations: 'false' # Disable since because of this https://github.com/pypa/twine/pull/1172

uses: pypa/gh-action-pypi-publish@release/v1.11 # Use v1.11 because in v1.12 https://github.com/pypa/twine/pull/1172
build_docs:
needs: build_and_publish_pypi
runs-on: ubuntu-latest
Expand Down

0 comments on commit d86f99e

Please sign in to comment.