Skip to content

Commit e482dca

Browse files
authored
prep for CI release (#23)
1 parent 8f10037 commit e482dca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- name: Install pip dependencies
2020
run: poetry install
2121
- name: Package
22-
run: poetry build
22+
run: |
23+
poetry version ${{ github.event.release.tag_name }}
24+
poetry build
2325
- name: Publish to PyPI
2426
uses: pypa/gh-action-pypi-publish@release/v1
2527
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "edge-addons-api"
3-
version = "0.3.2"
3+
version = "0.0.0"
44
description = "API client for uploading addons to the Edge store"
55
authors = ["Malachi Soord <inverse.chi@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)