Skip to content

Commit

Permalink
chore: Ensure to publish only one single version at a time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Mar 2, 2020
1 parent 145c03f commit d3e8ab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ jobs:
export PATH="$HOME/.pyenv/versions/${{ matrix.python }}/bin/:$PATH"
source .env/bin/activate
just build-any
just publish
version=${{ matrix.python }}
just publish -i python${version%.*}

0 comments on commit d3e8ab5

Please sign in to comment.