Skip to content

Commit 01bfb06

Browse files
simisimonSebastian Simon
authored andcommitted
Create publish.yml
1 parent 066e957 commit 01bfb06

File tree

3 files changed

+17
-61
lines changed

3 files changed

+17
-61
lines changed

.github/workflows/publish.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Python package
2+
on:
3+
push:
4+
tags:
5+
- "v*.*.*"
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- name: Publish to pypi
12+
uses: coveooss/pypi-publish-with-poetry@v1.0.0
13+
with:
14+
project-name: fgnet
15+
pypi-token: ${{ secrets.PYPI_TOKEN }}
16+
17+

.github/workflows/release.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/vcs/test_git.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)