mirror of
https://github.com/daylinmorgan/swydd.git
synced 2025-02-23 04:45:51 -06:00
ci: possible publishing fix
This commit is contained in:
parent
c1f119a9b6
commit
579a5dabcc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pypi.yml
vendored
4
.github/workflows/pypi.yml
vendored
|
@ -31,3 +31,7 @@ jobs:
|
||||||
|
|
||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
with:
|
||||||
|
# Attestations don't currently support reusable workflows
|
||||||
|
# so publishing fails if this is enabled: https://github.com/pypi/warehouse/issues/11096
|
||||||
|
attestations: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue