We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57a2d7 commit 443346fCopy full SHA for 443346f
.github/workflows/release.yml
@@ -1,6 +1,8 @@
1
name: Upload release to PyPI
2
on:
3
- workflow_dispatch:
+ release:
4
+ types:
5
+ - published
6
7
jobs:
8
pypi-publish:
@@ -17,8 +19,6 @@ jobs:
17
19
python-version: ">=3.12"
18
20
- run: |
21
pip install -r requirements-poetry.txt
- git tag $(poetry version --short)
- git push origin $(poetry version --short)
22
poetry self add poetry-version-plugin
23
poetry sync
24
poetry build
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "sql-compare"
-version = "0.1.3"
+version = "0"
description = "Compare SQL schemas"
authors = [{ name = "Charly Laurent", email = "charly.laurent@mergify.com" }]
maintainers = [{ name = "Mergify", email = "engineering@mergify.com" }]
0 commit comments