mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-03 05:04:14 +03:00
fix deploy
This commit is contained in:
parent
c113332250
commit
1180c5e71b
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -17,8 +17,8 @@ jobs:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- name: Build wheel and source tarball
|
- name: Build wheel and source tarball
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install build
|
||||||
python setup.py sdist bdist_wheel
|
python -m build
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@v1.1.0
|
uses: pypa/gh-action-pypi-publish@v1.1.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user