Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
cppVersion: [17]
environment: pypi
permissions: {id-token: write}
permissions: {contents: write, id-token: write}
name: Validate Python and C++${{ matrix.cppVersion }} and deploy to PyPI
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -83,6 +83,8 @@ jobs:
run: |
tag="${GITHUB_REF#refs/tags/}"
gh release create --draft --title "$tag" --generate-notes "$tag" dist/${{ steps.dist.outputs.whl }} ${{ steps.prep.outputs.tgz }}
env:
GH_TOKEN: ${{ github.token }}
- uses: actions/upload-artifact@v7
with:
name: python-petsird
Expand Down