From 25624a1b46ad9e5ed9d45870fc073f3ee8388d5c Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 18 Jul 2023 13:38:05 +0000 Subject: [PATCH] ci: publish: dev release --- .github/workflows/publish.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8b71a926..bd0fe500e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,14 +36,14 @@ jobs: uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: path: dist/* - - name: upload package to GitHub release - uses: svenstaro/upload-release-action@2728235f7dc9ff598bd86ce3c274b74f802d2208 # v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN}} - file: dist/* - tag: ${{ github.ref }} - overwrite: true - file_glob: true + #- name: upload package to GitHub release + # uses: svenstaro/upload-release-action@2728235f7dc9ff598bd86ce3c274b74f802d2208 # v2 + # with: + # repo_token: ${{ secrets.GITHUB_TOKEN}} + # file: dist/* + # tag: ${{ github.ref }} + # overwrite: true + # file_glob: true - name: publish package uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # release/v1 with: