proj/pkgcore/snakeoil:master commit in: .github/workflows/
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786213774.592623ed695fd09947b00fc99190ee191f5cc7fb.arthurzam@gentoo> |
commit: 592623ed695fd09947b00fc99190ee191f5cc7fb
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 18:29:34 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 18:29:34 2026 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=592623ed
ci: release should be draft
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/release.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7cc4449..5959fc9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -94,6 +94,7 @@ jobs:
with:
files: '*.tar.*'
fail_on_unmatched_files: true
+ draft: true
- name: Publish to PyPi server
uses: pypa/gh-action-pypi-publish@release/v1.13
@@ -127,4 +128,4 @@ jobs:
packages-dir: .
repository-url: https://test.pypi.org/legacy/
# attestations are bound in a way re-releasing isn't possible. Disable for tests.
- attestations: false
\ No newline at end of file
+ attestations: false