Skip to content

Commit

Permalink
Update publish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
luhn committed Oct 18, 2024
1 parent 5572e1b commit 079d5cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ on:
types: [published]

jobs:
test:
uses: ./.github/workflows/tests.yml

publish:
name: "Publish"
runs-on: ubuntu-latest
permissions:
id-token: write
needs: test
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Install pypa/build
run: pip install build
- name: Build package
Expand Down

0 comments on commit 079d5cf

Please sign in to comment.