Skip to content

Commit bc3b081

Browse files
authored
Merge pull request #19 from lias-laboratory/fix-artifact-sharing
reverting to previous version
2 parents d379f09 + 4a0c696 commit bc3b081

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
upload_pypi:
8686
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
87+
runs-on: ubuntu-latest # cannot self host because the next action uses GITHUB_WORKSPACE env variable automatically within the action
8888
environment:
8989
name: pypi
9090
url: https://pypi.org/p/radius-clustering
@@ -110,6 +110,5 @@ jobs:
110110

111111
- name: Publish Distribution to PyPI
112112
uses: pypa/gh-action-pypi-publish@release/v1
113-
with:
114-
packages-dir: ./dist/
113+
#with:
115114
# To test: repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)