Skip to content

Commit

Permalink
ci: adds release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Feb 28, 2024
1 parent 62a0ae0 commit e14dad1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Release
on:
push:
branches:
- 'tdstein/27'
tags:
- "v*.*.*"
jobs:
Expand All @@ -14,6 +12,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: make
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
- id: release
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit e14dad1

Please sign in to comment.