Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dib-lab/oxli into release/v030
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Sep 23, 2024
2 parents 37c40ba + 0004e51 commit f7fa447
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/v')"
needs: [linux, musllinux, windows, macos, sdist]
# Specifying a GitHub environment is optional, but strongly encouraged
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/download-artifact@v4
- name: Publish to PyPI
Expand Down

0 comments on commit f7fa447

Please sign in to comment.