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 1d6270a + 19049b2 commit da7cc44Copy full SHA for da7cc44
.github/workflows/build_wheels.yml
@@ -84,7 +84,7 @@ jobs:
84
85
upload_pypi:
86
needs: [build_wheels, build_sdist]
87
- runs-on: self-hosted
+ runs-on: self-hosted # cannot self host because the next action uses GITHUB_WORKSPACE env variable automatically within the action
88
environment:
89
name: pypi
90
url: https://pypi.org/p/radius-clustering
@@ -119,5 +119,5 @@ jobs:
119
- name: Publish Distribution to PyPI
120
uses: pypa/gh-action-pypi-publish@release/v1
121
with:
122
- package-dir: dist/
+ package-dir: ~/dist/
123
# To test: repository-url: https://test.pypi.org/legacy/
0 commit comments