Skip to content

Commit 58ee2f4

Browse files
Revert "test pip publish"
This reverts commit 09122e7.
1 parent 412d2d6 commit 58ee2f4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/packing.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,7 @@ jobs:
172172
kill $(cat tarantool.pid) || true
173173
174174
publish_pip:
175-
# if: startsWith(github.ref, 'refs/tags')
176-
if: (github.event_name == 'push') ||
177-
(github.event_name == 'pull_request' &&
178-
github.event.pull_request.head.repo.full_name != github.repository)
175+
if: startsWith(github.ref, 'refs/tags')
179176

180177
needs:
181178
- run_tests_pip_package_linux
@@ -207,8 +204,8 @@ jobs:
207204
- name: Publish artifacts
208205
run: twine upload -r $PYPI_REPO -u __token__ -p $PYPI_TOKEN pip_dist/*
209206
env:
210-
PYPI_REPO: testpypi
211-
PYPI_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
207+
PYPI_REPO: pypi
208+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
212209

213210
pack_rpm:
214211
# We want to run on external PRs, but not on our own internal

0 commit comments

Comments
 (0)