Skip to content

Commit

Permalink
fix: set static version
Browse files Browse the repository at this point in the history
  • Loading branch information
Olegt0rr committed Aug 25, 2023
1 parent 362673a commit ae429a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
venv/bin/python -c "import yatracker; print(yatracker.__version__)"
- name: Publish artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dist
path: dist/*
Expand All @@ -59,7 +59,7 @@ jobs:
id-token: write
steps:
- name: Download artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling", "hatch-vcs"]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -60,7 +60,7 @@ Repository = "https://github.com/Olegt0rr/YaTracker/"
Documentation = "https://cloud.yandex.ru/docs/tracker/about-api"

[tool.hatch.version]
source = "vcs"
path = "yatracker/__init__.py"

[tool.hatch.envs.default]
features = [
Expand Down

0 comments on commit ae429a8

Please sign in to comment.