File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -172,10 +172,7 @@ jobs:
172
172
kill $(cat tarantool.pid) || true
173
173
174
174
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')
179
176
180
177
needs :
181
178
- run_tests_pip_package_linux
@@ -207,8 +204,8 @@ jobs:
207
204
- name : Publish artifacts
208
205
run : twine upload -r $PYPI_REPO -u __token__ -p $PYPI_TOKEN pip_dist/*
209
206
env :
210
- PYPI_REPO : testpypi
211
- PYPI_TOKEN : ${{ secrets.TEST_PYPI_TOKEN }}
207
+ PYPI_REPO : pypi
208
+ PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
212
209
213
210
pack_rpm :
214
211
# We want to run on external PRs, but not on our own internal
You can’t perform that action at this time.
0 commit comments