Merge remote-tracking branch 'upstream/master' into release-3.0.0

This commit is contained in:
Bruno Oliveira
2022-10-25 12:35:32 -03:00
7 changed files with 10 additions and 13 deletions

View File

@@ -76,12 +76,12 @@ jobs:
- name: Install wheel
run: |
python -m pip install --upgrade pip
pip install wheel
pip install build
- name: Build package
run: |
python setup.py sdist bdist_wheel
python -m build
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_token }}