Skip to content

Commit

Permalink
Fix deploy of Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Sep 2, 2023
1 parent 9d00b18 commit e6478ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.${{ matrix.python-3-version }}
allow-prereleases: true
- name: Package sdist
if: matrix.distribution == 'sdist'
run: |
Expand All @@ -75,7 +76,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down

0 comments on commit e6478ba

Please sign in to comment.