Skip to content

Commit

Permalink
Merge pull request #12 from klemengit/main
Browse files Browse the repository at this point in the history
bugfix github actions
  • Loading branch information
jankoslavic authored Nov 15, 2023
2 parents a89608f + 43b4aed commit c77b4e0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release-and-publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,8 @@ on:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

publish:
runs-on: ubuntu-latest
needs: release
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit c77b4e0

Please sign in to comment.