Skip to content

Commit

Permalink
minor improvement and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyAv46 committed Nov 16, 2023
1 parent 3671409 commit 69e7ab4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:

- name: get version from tag
id: get_version
run: |
realversion="${GITHUB_REF/refs\/tags\//}"
realversion="${realversion//v/}"
echo "::set-output name=VERSION::$realversion"
run: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT

- name: Set the version for publishing
uses: ciiiii/toml-editor@1.0.0
Expand All @@ -44,7 +41,7 @@ jobs:
uses: snok/install-poetry@v1
with:
version: 1.2.2
virtualens-create: false
virtualenvs-create: false
virtualenvs-in-project: false
installer-parallel: true

Expand Down

0 comments on commit 69e7ab4

Please sign in to comment.