Skip to content

Commit

Permalink
remove unmaintained ciiiii flow for version update
Browse files Browse the repository at this point in the history
  • Loading branch information
alonre24 committed May 5, 2024
1 parent 9e3e2d6 commit 0aae583
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
realversion="${realversion//v/}"
echo "::set-output name=VERSION::$realversion"
- name: Set the version for publishing
uses: ciiiii/[email protected]
with:
file: "pyproject.toml"
key: "tool.poetry.version"
value: "${{ steps.get_version.outputs.VERSION }}"

- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
Expand All @@ -45,6 +38,7 @@ jobs:
pip install poetry
poetry config virtualenvs.in-project false
poetry config virtualenvs.path ~/.virtualenvs
poetry version ${{ steps.get_version.outputs.VERSION }}
- name: Install Dependencies
run: poetry install
Expand Down

0 comments on commit 0aae583

Please sign in to comment.