mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
Build dist on every commit
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -53,9 +53,9 @@ jobs:
|
||||
|
||||
- name: Build distribution tarball and wheel
|
||||
# TODO: restrict this to master branch only
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
run: |
|
||||
poetry build
|
||||
|
||||
- name: Publish distribution 📦 to Test PyPI
|
||||
# publish to testpypi on all commit just for testing this PR
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
||||
Reference in New Issue
Block a user