Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
larose committed Jan 15, 2024
1 parent e4143d6 commit eb37e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
- name: Bootstrap
run: make ci.bootstrap
- name: Configure poetry
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Download dist directory
uses: actions/download-artifact@v1
with:
name: dist-3.7
name: dist-3.8
path: dist
# - name: Publish (Test PyPI)
# run: make ci.publish.test-pypi
Expand Down

0 comments on commit eb37e26

Please sign in to comment.