We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f10037 commit e482dcaCopy full SHA for e482dca
.github/workflows/publish.yml
@@ -19,7 +19,9 @@ jobs:
19
- name: Install pip dependencies
20
run: poetry install
21
- name: Package
22
- run: poetry build
+ run: |
23
+ poetry version ${{ github.event.release.tag_name }}
24
+ poetry build
25
- name: Publish to PyPI
26
uses: pypa/gh-action-pypi-publish@release/v1
27
with:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "edge-addons-api"
3
-version = "0.3.2"
+version = "0.0.0"
4
description = "API client for uploading addons to the Edge store"
5
authors = ["Malachi Soord <inverse.chi@gmail.com>"]
6
license = "MIT"
0 commit comments