We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066e957 commit 01bfb06Copy full SHA for 01bfb06
.github/workflows/publish.yml
@@ -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
tests/vcs/test_git.py
0 commit comments