Skip to content

Commit

Permalink
Merge pull request #19 from valkey-io/aiven-sal/release
Browse files Browse the repository at this point in the history
Enable automatic releases via tagging
  • Loading branch information
aiven-sal authored Jun 13, 2024
2 parents 920be14 + 19a40f3 commit 16192e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

build_and_package:
runs-on: ubuntu-latest
environment: pypi
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: install python
Expand All @@ -33,6 +36,3 @@ jobs:
- name: Publish to Pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
contents: write # to create a github release (release-drafter/release-drafter)

runs-on: ubuntu-latest
environment: release-drafter
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v6
Expand Down

0 comments on commit 16192e5

Please sign in to comment.