Skip to content

Commit acc29cf

Browse files
authored
Merge pull request #71 from ocefpaf/fix_copy-n-pasta
fix-copy-n-pasta
2 parents 07b0d62 + 4331653 commit acc29cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ jobs:
8080
runs-on: ubuntu-latest
8181
environment:
8282
name: pypi
83-
url: https://pypi.org/p/xarray_subset_grid/
83+
url: https://pypi.org/p/ciso/
8484
permissions:
85-
contents: read
86-
actions: write # for uploading artifacts
85+
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
8786
# upload to PyPI for every tag starting with 'v'
8887
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
8988
steps:

0 commit comments

Comments
 (0)