File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 6363 path : dist/tcod-*.tar.gz
6464 retention-days : 7
6565
66-
6766 # This makes sure that the latest versions of the SDL headers parse correctly.
6867 parse_sdl :
6968 needs : [ruff, mypy]
@@ -290,15 +289,15 @@ jobs:
290289 retention-days : 7
291290
292291 publish :
293- needs : [sdist, build, build-macos, linux-wheels]
294- runs-on : ubuntu-latest
295- if : startsWith(github.ref, 'refs/tags/')
296- environment :
297- name : release
298- url : https://pypi.org/p/tcod
299- permissions :
300- id-token : write
301- steps :
292+ needs : [sdist, build, build-macos, linux-wheels]
293+ runs-on : ubuntu-latest
294+ if : startsWith(github.ref, 'refs/tags/')
295+ environment :
296+ name : release
297+ url : https://pypi.org/p/tcod
298+ permissions :
299+ id-token : write
300+ steps :
302301 - uses : actions/download-artifact@v3
303302 with :
304303 name : sdist
You can’t perform that action at this time.
0 commit comments