File tree Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Expand file tree Collapse file tree 1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change 6
6
types : [published]
7
7
8
8
jobs :
9
- # deploy:
10
- # runs-on: ubuntu-latest
11
- # strategy:
12
- # max-parallel: 6
13
-
14
- # steps:
15
- # - uses: actions/checkout@v4
16
-
17
- # - uses: actions/setup-python@v5
18
- # with:
19
- # python-version: 3.11
20
-
21
- # - name: Install dependencies
22
- # run: |
23
- # python -m pip install --upgrade pip
24
- # pip install setuptools setuptools_scm wheel build
25
-
26
- # - name: Build packages
27
- # run: python -m build
28
- # working-directory: ./
29
-
30
- # - name: Publish package
31
- # uses: pypa/gh-action-pypi-publish@release/v1
32
- # with:
33
- # user: __token__
34
- # password: ${{ secrets.PYPY_API_TOKEN }}
35
- # packages_dir: ./dist/
9
+ deploy :
10
+ runs-on : ubuntu-latest
11
+ strategy :
12
+ max-parallel : 6
13
+
14
+ steps :
15
+ - uses : actions/checkout@v4
16
+
17
+ - uses : actions/setup-python@v5
18
+ with :
19
+ python-version : 3.11
20
+
21
+ - name : Install dependencies
22
+ run : |
23
+ python -m pip install --upgrade pip
24
+ pip install setuptools setuptools_scm wheel build
25
+
26
+ - name : Build packages
27
+ run : python -m build
28
+ working-directory : ./
29
+
30
+ - name : Publish package
31
+ uses : pypa/gh-action-pypi-publish@release/v1
32
+ with :
33
+ user : __token__
34
+ password : ${{ secrets.PYPY_API_TOKEN }}
35
+ packages_dir : ./dist/
36
36
37
37
docs :
38
38
runs-on : ubuntu-latest
39
- # needs:
40
- # - deploy
39
+ needs :
40
+ - deploy
41
41
42
42
steps :
43
43
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments