Skip to content

Commit da7cc44

Browse files
authored
Merge pull request #17 from lias-laboratory/fix-artifact-sharing
last try
2 parents 1d6270a + 19049b2 commit da7cc44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 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
87+
runs-on: self-hosted # 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
@@ -119,5 +119,5 @@ jobs:
119119
- name: Publish Distribution to PyPI
120120
uses: pypa/gh-action-pypi-publish@release/v1
121121
with:
122-
package-dir: dist/
122+
package-dir: ~/dist/
123123
# To test: repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)