Skip to content

Commit 82e28e3

Browse files
committed
change publish action
1 parent ad30e74 commit 82e28e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install build
32+
pip install wheel
3333
- name: Build package
34-
run: python -m build
34+
run: python setup.py sdist bdist_wheel
3535
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
36+
uses: pypa/gh-action-pypi-publish@release/v1
3737
with:
3838
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)