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
16 changes: 5 additions & 11 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,6 @@ jobs:
)
)
runs-on: ubuntu-latest
# environment:
# name: pypi
# url: https://pypi.org/p/scikit-learn
# permissions:
# id-token: write # mandatory for trusted publishing
Comment on lines -342 to -346

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is already there, uncommented, just below

needs: [build_wheels, build_sdist, testpypi-publish]
environment:
name: pypi
Expand All @@ -360,9 +355,8 @@ jobs:
- name: View artifacts
run: ls dist

# - name: Publish
# uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
# with:
# print-hash: true
# attestations: true

- name: Publish
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
with:
print-hash: true
attestations: true
Loading