Skip to content

Commit

Permalink
Try t his..
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed Jul 24, 2022
1 parent d0d2f47 commit 0f57b1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: python3 -m pip install --upgrade build twine setuptools pip
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: python3 -m pip install --upgrade build twine
- run: VERSION="${GITHUB_REF/refs\/tags\/v/}" python3 -m build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 0f57b1d

Please sign in to comment.