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
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: self-hosted
runs-on: self-hosted # cannot self host because the next action uses GITHUB_WORKSPACE env variable automatically within the action
environment:
name: pypi
url: https://pypi.org/p/radius-clustering
Expand Down Expand Up @@ -119,5 +119,5 @@ jobs:
- name: Publish Distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
package-dir: dist/
package-dir: ~/dist/
# To test: repository-url: https://test.pypi.org/legacy/
Loading