Skip to content

Commit ce13ae4

Browse files
0.315 changes (#956)
* release workflow: turn off attestation to use configured token * release 0.3.15dev2
1 parent d8970d4 commit ce13ae4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:
5454
password: ${{ secrets.PYPI_API_TOKEN }}
55+
attestations: false
5556

5657
asset:
5758
needs: [build]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "jenkinsapi"
7-
version = "0.3.14"
7+
version = "0.3.15dev2"
88
authors = [
99
{name = "Salim Fadhley", email = "[email protected]"},
1010
{name = "Aleksey Maksimov", email = "[email protected]"},

0 commit comments

Comments
 (0)