mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-11 14:13:11 +00:00
Fix GitHub action publish.yml
This commit is contained in:
parent
6feafb178c
commit
6ef0287735
1 changed files with 9 additions and 0 deletions
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
|
|
@ -15,6 +15,15 @@ jobs:
|
|||
with:
|
||||
python-version: 3.7
|
||||
|
||||
- name: Build a binary wheel and a source tarball
|
||||
run: >-
|
||||
python -m
|
||||
pep517.build
|
||||
--source
|
||||
--binary
|
||||
--out-dir dist/
|
||||
.
|
||||
|
||||
- name: Publish a Python distribution to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue