File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Publish to PyPI
2+
3+ on :
4+ release :
5+ types : [ published ]
6+
7+ jobs :
8+ publish :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v2
12+
13+ - name : Install Nix
14+ uses : cachix/install-nix-action@v8
15+
16+ - name : Get the magic cache (Cachix)
17+ uses : cachix/cachix-action@v6
18+ with :
19+ name : mangaki
20+ signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
21+
22+ - name : Configure Poetry to publish
23+ run : poetry config pypi-token.pypi '${{ secrets.PYPI_API_TOKEN }}'
24+
25+ - name : Publish to PyPI
26+ run : poetry publish
Original file line number Diff line number Diff line change 11.DS_Store
22build
33venv
4+ .venv
45* .csv
56* .json
67* .pdf
78* .pyc
9+ dist /
10+ mangaki_zero.egg-info /
11+ .coverage
12+ coverage.xml
You can’t perform that action at this time.
0 commit comments