We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a15be commit 1c5a6fbCopy full SHA for 1c5a6fb
.github/workflows/pypi-release.yml
@@ -13,27 +13,6 @@ on:
13
- v*
14
15
jobs:
16
- build-n-publish:
17
- runs-on: ubuntu-latest
18
- steps:
19
- - uses: actions/checkout@v4
20
-
21
- - name: Set up Python 3.9
22
- uses: actions/setup-python@v5
23
- with:
24
- python-version: 3.9
25
26
- - name: Install dependencies
27
- run: |
28
- python -m pip install --upgrade pip
29
- pip install setuptools wheel
30
- - name: Build package
31
32
- python setup.py sdist bdist_wheel
33
- - name: pypi-publish
34
- uses: pypa/[email protected]
35
36
- user: __token__
37
38
- password: ${{ secrets.pypi_token }}
39
+ Build-N-Publish:
+ uses: inveniosoftware/workflows/.github/workflows/pypi-publish.yml@master
+ secrets: inherit
0 commit comments