Skip to content

Commit c64a610

Browse files
committed
pypi push with 3.9 actions
fixing dist call
1 parent f5160f5 commit c64a610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: install python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.0
16+
python-version: 3.9
1717
- name: Install dev tools
1818
run: |
1919
pip install -r dev_requirements.txt
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build package
2323
run: |
2424
python setup.py build
25-
python setup.py dist bdist_wheel
25+
python setup.py sdist bdist_wheel
2626
2727
- name: Publish to Pypi
2828
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)