We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b0d62 + 4331653 commit acc29cfCopy full SHA for acc29cf
.github/workflows/cibuildwheel.yml
@@ -80,10 +80,9 @@ jobs:
80
runs-on: ubuntu-latest
81
environment:
82
name: pypi
83
- url: https://pypi.org/p/xarray_subset_grid/
+ url: https://pypi.org/p/ciso/
84
permissions:
85
- contents: read
86
- actions: write # for uploading artifacts
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
87
# upload to PyPI for every tag starting with 'v'
88
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
89
steps:
0 commit comments