Skip to content

Commit 40c0c86

Browse files
committed
Reformat yml
1 parent 1183ed0 commit 40c0c86

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/python-package.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
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

0 commit comments

Comments
 (0)