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 211db88 commit 9018934Copy full SHA for 9018934
.github/workflows/release.yml
@@ -20,7 +20,6 @@ jobs:
20
- name: Check version
21
run: grep '^version = "${{ github.event.release.tag_name }}"' pyproject.toml
22
23
- - uses: actions/checkout@v3
24
- name: Build and publish to test pypi
25
uses: JRubics/[email protected]
26
with:
@@ -29,7 +28,6 @@ jobs:
29
28
repository_name: "testpypi"
30
repository_url: "https://test.pypi.org/legacy/"
31
32
33
- name: Build and publish to pypi
34
35
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "xtdb"
3
-version = "0.0.4"
+version = "0.0.5"
4
packages = [{ include = "xtdb" }]
5
include = ["xtdb/**"]
6
exclude = [
0 commit comments