Skip to content

Commit

Permalink
Update release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Feb 21, 2022
1 parent 9d20634 commit 2d83f85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: pdm-project/setup-python@main
- uses: actions/setup-python@v2
with:
python-version: 3.10
- name: Build artifacts
Expand All @@ -21,9 +21,10 @@ jobs:
python -m build
- name: Test Build
run: |
python3 -m venv fresh_env
python -m venv fresh_env
. fresh_env/bin/activate
pip install dist/*.whl
findpython --all
- name: Upload to Pypi
run: |
pip install twine
Expand Down

0 comments on commit 2d83f85

Please sign in to comment.