File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments