File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ jobs:
27
27
uses : ./.github/workflows/tests.yml
28
28
with :
29
29
install_command : " python3 -m pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple academic_tracker==${{ needs.release-version.outputs.version }}"
30
- # publish-pypi:
31
- # needs: test-test-pypi
32
- # uses: ./.github/workflows/pypi.yml
33
- # with:
34
- # repository_url: https://upload.pypi.org/legacy/
35
- # secrets:
36
- # API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
37
- # test-pypi:
38
- # needs: [release-version, publish-pypi]
39
- # uses: ./.github/workflows/tests.yml
40
- # with:
41
- # install_command: "python3 -m pip install academic_tracker==${{ needs.release-version.outputs.version }}"
42
- # publish-documentation:
43
- # needs: test-pypi
44
- # uses: ./.github/workflows/documentation.yml
30
+ publish-pypi :
31
+ needs : test-test-pypi
32
+ uses : ./.github/workflows/pypi.yml
33
+ with :
34
+ repository_url : https://upload.pypi.org/legacy/
35
+ secrets :
36
+ API_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
37
+ test-pypi :
38
+ needs : [release-version, publish-pypi]
39
+ uses : ./.github/workflows/tests.yml
40
+ with :
41
+ install_command : " python3 -m pip install academic_tracker==${{ needs.release-version.outputs.version }}"
42
+ publish-documentation :
43
+ needs : test-pypi
44
+ uses : ./.github/workflows/documentation.yml
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ README_old.rst
16
16
testing_scratch /
17
17
tests /testing_files /new_intermediate_results /
18
18
src /academic_tracker /_version.py
19
+ setup_old.py
You can’t perform that action at this time.
0 commit comments