Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Oct 14, 2023
1 parent 11a3b19 commit dfdfdbe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 47 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: publish

on:
push:
tags:
- v*

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Publish python package
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
47 changes: 0 additions & 47 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit dfdfdbe

Please sign in to comment.