Skip to content

Commit 48d6197

Browse files
author
Brendan Chou
committed
try fix publish
1 parent 5a43a0e commit 48d6197

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Push to ECR
1+
name: Publish to PyPI
22

33
on:
44
push:
@@ -29,7 +29,7 @@ jobs:
2929
echo -e "password = $PYPI_TOKEN" >> ~/.pypirc
3030
3131
- name: create packages
32-
run: python3 setup.py sdist bdist_wheel
32+
run: python setup.py sdist bdist_wheel
3333

3434
- name: upload to pypi
35-
run: python3 -m twine upload dist/* --skip-existing
35+
run: python -m twine upload dist/* --skip-existing

0 commit comments

Comments
 (0)