Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohalt committed Mar 1, 2024
1 parent ae47dcd commit 392a975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
pip install -U setuptools wheel
pip install build
- name: Build
run: |
cd src
python setup.py sdist bdist_wheel
python -m build
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
path: src/dist
release:
name: Create Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 392a975

Please sign in to comment.