Skip to content

Commit

Permalink
minor fix: url in release env
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Aug 25, 2024
1 parent 8c22bcf commit 9c584a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id-token: write # for trusted publishing
environment:
name: pypi
url: https://pypi.org/p/mne
url: https://pypi.org/p/mne-bids
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 9c584a7

Please sign in to comment.