Skip to content

Commit ce2e3dd

Browse files
committed
Merge branch 'main' of github.com:NFFT/pyGroupedTransforms
2 parents 4344ab7 + 56906d9 commit ce2e3dd

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ jobs:
5252
inputs: >-
5353
./dist/*.tar.gz
5454
./dist/*.whl
55-
- name: Create GitHub Release
56-
env:
57-
GITHUB_TOKEN: ${{ github.token }}
58-
run: >-
59-
gh release create
60-
'${{ github.ref_name }}'
61-
--repo '${{ github.repository }}'
62-
--notes ""
6355
- name: Upload artifact signatures to GitHub Release
6456
env:
6557
GITHUB_TOKEN: ${{ github.token }}
@@ -85,4 +77,4 @@ jobs:
8577
name: python-package-distributions
8678
path: dist/
8779
- name: Publish distribution to PyPI
88-
uses: pypa/gh-action-pypi-publish@release/v1
80+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)