Skip to content

Commit 9018934

Browse files
committed
Remove duplicate checkouts
1 parent 211db88 commit 9018934

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Check version
2121
run: grep '^version = "${{ github.event.release.tag_name }}"' pyproject.toml
2222

23-
- uses: actions/checkout@v3
2423
- name: Build and publish to test pypi
2524
uses: JRubics/[email protected]
2625
with:
@@ -29,7 +28,6 @@ jobs:
2928
repository_name: "testpypi"
3029
repository_url: "https://test.pypi.org/legacy/"
3130

32-
- uses: actions/checkout@v3
3331
- name: Build and publish to pypi
3432
uses: JRubics/[email protected]
3533
with:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xtdb"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
packages = [{ include = "xtdb" }]
55
include = ["xtdb/**"]
66
exclude = [

0 commit comments

Comments
 (0)