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 bac2ddd commit 44b51c9Copy full SHA for 44b51c9
.github/workflows/python-publish.yml
@@ -36,7 +36,9 @@ jobs:
36
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
37
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
38
run: |
39
+ rm -f archivist/about.py
40
./scripts/version.sh
41
+ cat archivist/about.py
42
python3 -m build --sdist
43
python3 -m build --wheel
44
twine check dist/*
pyproject.toml
@@ -17,10 +17,6 @@ omit = [
17
18
[tool.setuptools-git-versioning]
19
enabled = true
20
-template = "{tag}"
21
-dev_template = "{tag}.post{ccount}+git.{sha}"
22
-dirty_template = "{tag}.post{ccount}+git.{sha}.dirty"
23
-count_commits_from_version_file = false
24
25
[tool.pyright]
26
include = ["archivist"]
0 commit comments