Update deploy.yml

This commit is contained in:
Bruno Oliveira 2023-02-09 13:54:35 -03:00 committed by GitHub
parent 34a767322a
commit d65bff1dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 13 deletions

View File

@ -28,19 +28,8 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade build tox
- name: Build package
run: |
python -m build
- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v1.5
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1