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 d379f09 + 4a0c696 commit bc3b081Copy full SHA for bc3b081
.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 # cannot self host because the next action uses GITHUB_WORKSPACE env variable automatically within the action
+ runs-on: ubuntu-latest # 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
@@ -110,6 +110,5 @@ jobs:
110
111
- name: Publish Distribution to PyPI
112
uses: pypa/gh-action-pypi-publish@release/v1
113
- with:
114
- packages-dir: ./dist/
+ #with:
115
# To test: repository-url: https://test.pypi.org/legacy/
0 commit comments