diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-19 20:53:45 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-19 20:53:45 +0300 |
commit | 32e22dad7ae4934fe79d93c14167c35b4e1a5b2c (patch) | |
tree | c56eb48c39679b5b95c67439428bb6fce83563e9 | |
parent | ci: update actions versions & use new pip caching (diff) | |
download | snakeoil-32e22dad7ae4934fe79d93c14167c35b4e1a5b2c.tar.gz snakeoil-32e22dad7ae4934fe79d93c14167c35b4e1a5b2c.tar.bz2 snakeoil-32e22dad7ae4934fe79d93c14167c35b4e1a5b2c.zip |
ci: upload wheels during release workflow
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | .github/workflows/release.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b61f7e82..4c559762 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,6 +58,11 @@ jobs: sha512sum dist/* tar -ztf dist/*.tar.gz | sort + - uses: actions/upload-artifact@v3 + with: + name: results + path: dist/* + - name: Install twine and check files run: | pip install twine wheel-inspect |