Archipelago 0.0.15 #15
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Create and Release Python Package | |
| on: | |
| release: | |
| types: [published] | |
| workflow_dispatch: {} | |
| permissions: | |
| contents: write # for the wheel branch + tag push to this repo | |
| jobs: | |
| publish: | |
| uses: MultiworldGG/build-and-publish-action/.github/workflows/build.yml@v3 | |
| # No `with:` — slug comes from vars.WORLD_FOLDER_NAME | |
| # No `secrets:` — no Oliver secrets needed |