Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 9, 2023
1 parent 8286e70 commit 79427a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Build
- name: Build River
uses: ./.github/actions/install-env
with:
python-version: "3.12"

- name: Build dist
run: poetry build

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 79427a2

Please sign in to comment.