Skip to content

Commit d2f8bca

Browse files
publish pip no make
1 parent c98786f commit d2f8bca

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/packing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
path: pip_dist
203203

204204
- name: Publish artifacts
205-
run: make pip-dist-publish
205+
run: twine upload -r $PYPI_REPO -u __token__ -p $PYPI_TOKEN pip_dist/*
206206
env:
207207
PYPI_REPO: pypi
208208
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ pip-dist: pip-sdist pip-bdist
4848
pip-dist-check:
4949
twine check pip_dist/*
5050

51-
.PHONY: pip-dist-publish
52-
pip-dist-publish:
53-
twine upload -r testpypi -u __token__ -p ${PYPI_TOKEN} pip_dist/*
54-
5551

5652
.PHONY: rpm-dist
5753
rpm-dist:

0 commit comments

Comments
 (0)