Skip to content

Commit

Permalink
Reformat yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Mar 25, 2024
1 parent 1183ed0 commit 40c0c86
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/python-package.yml
Expand Up @@ -63,7 +63,6 @@ jobs:
path: dist/tcod-*.tar.gz
retention-days: 7


# This makes sure that the latest versions of the SDL headers parse correctly.
parse_sdl:
needs: [ruff, mypy]
Expand Down Expand Up @@ -290,15 +289,15 @@ jobs:
retention-days: 7

publish:
needs: [sdist, build, build-macos, linux-wheels]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
environment:
name: release
url: https://pypi.org/p/tcod
permissions:
id-token: write
steps:
needs: [sdist, build, build-macos, linux-wheels]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
environment:
name: release
url: https://pypi.org/p/tcod
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
with:
name: sdist
Expand Down

0 comments on commit 40c0c86

Please sign in to comment.