Skip to content

Commit

Permalink
Create publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simisimon authored and Sebastian Simon committed Jun 23, 2023
1 parent 066e957 commit 0c395d5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 61 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: Python package
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish to pypi
uses: coveooss/[email protected]
with:
project-name: cfgnet
pypi-token: ${{ secrets.PYPI_TOKEN }}


27 changes: 0 additions & 27 deletions .github/workflows/release.yml

This file was deleted.

34 changes: 0 additions & 34 deletions tests/vcs/test_git.py

This file was deleted.

0 comments on commit 0c395d5

Please sign in to comment.