Skip to content

Commit dba0816

Browse files
committed
Update workflows
1 parent 526c18d commit dba0816

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/wheels.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ jobs:
6767
name: pyanime4k-sdist
6868
path: dist/*.tar.gz
6969

70-
upload_all:
71-
needs: [build_wheels, make_sdist]
72-
environment: pypi
73-
permissions:
74-
id-token: write
75-
runs-on: ubuntu-latest
76-
if: github.event_name == 'release' && github.event.action == 'published'
77-
steps:
78-
- uses: actions/download-artifact@v4
79-
with:
80-
pattern: pyanime4k-*
81-
path: dist
82-
merge-multiple: true
70+
upload_all:
71+
needs: [build_wheels, make_sdist]
72+
environment: pypi
73+
permissions:
74+
id-token: write
75+
runs-on: ubuntu-latest
76+
if: github.event_name == 'release' && github.event.action == 'published'
77+
steps:
78+
- uses: actions/download-artifact@v4
79+
with:
80+
pattern: pyanime4k-*
81+
path: dist
82+
merge-multiple: true
8383

84-
- uses: pypa/gh-action-pypi-publish@release/v1
84+
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)