MilesCranmer commited on
Commit
7b496b7
β€’
1 Parent(s): 3acc358

Fix PyPI deployment job

Browse files
Files changed (1) hide show
  1. .github/workflows/pypi_deploy.yml +1 -1
.github/workflows/pypi_deploy.yml CHANGED
@@ -18,7 +18,7 @@ jobs:
18
  - name: "Install building tools"
19
  run: pip install wheel
20
  - name: "Build package"
21
- run: python setup.py sdists bdist_wheel
22
  - name: "Publish distribution πŸ“¦ to Test PyPI"
23
  uses: pypa/gh-action-pypi-publish@release/v1
24
  with:
 
18
  - name: "Install building tools"
19
  run: pip install wheel
20
  - name: "Build package"
21
+ run: python setup.py sdist bdist_wheel
22
  - name: "Publish distribution πŸ“¦ to Test PyPI"
23
  uses: pypa/gh-action-pypi-publish@release/v1
24
  with: