-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove broken action and use poetry version * update release drafter version
- Loading branch information
Showing
2 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,6 @@ jobs: | |
TAG: ${{ github.event.release.tag_name }} | ||
run: echo "VERSION=${TAG#v}" >> $GITHUB_OUTPUT | ||
|
||
- 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.9 | ||
uses: actions/setup-python@v3 | ||
with: | ||
|
@@ -54,6 +47,7 @@ jobs: | |
poetry config virtualenvs.create false | ||
poetry export --dev --without-hashes -o requirements.txt | ||
pip install -r requirements.txt | ||
poetry version ${{ steps.get_version.outputs.VERSION }} | ||
poetry install | ||
- name: Publish to PyPI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters