Skip to content

Commit

Permalink
Update python-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
saul-data committed Nov 6, 2022
1 parent 2adc0ab commit b0e06ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ steps.get_version.outputs.VERSION }}

- name: Update pyproject.toml version ${{ steps.get_version.outputs.VERSION }}
run: python3 update_toml_release.py ${{ steps.get_version.outputs.VERSION }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install --upgrade twine
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
- name: Update pyproject.toml version ${{ steps.get_version.outputs.VERSION }}
run: python3 update_toml_release.py ${{ steps.get_version.outputs.VERSION }}

- name: Build python package
run: python3 -m build

Expand Down

0 comments on commit b0e06ed

Please sign in to comment.