File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -102,23 +102,23 @@ jobs:
102
102
with :
103
103
repository-url : https://test.pypi.org/legacy/
104
104
105
- # publish-pypi:
106
- # name: Publish to PyPI
107
- # needs: build-python
108
- # runs-on: ubuntu-latest
109
- # environment:
110
- # name: pypi
111
- # url: https://pypi.org/p/gamuLogger
112
- # permissions:
113
- # id-token: write
105
+ publish-pypi :
106
+ name : Publish to PyPI
107
+ needs : build-python
108
+ runs-on : ubuntu-latest
109
+ environment :
110
+ name : pypi
111
+ url : https://pypi.org/p/gamuLogger
112
+ permissions :
113
+ id-token : write
114
114
115
- # steps:
116
- # - name: Download artifact
117
- # uses: actions/download-artifact@v4
118
- # with:
119
- # name: python-package-distributions
120
- # path: dist/
121
- # - name: Publish to PyPI
122
- # uses: pypa/gh-action-pypi-publish@release/v1
115
+ steps :
116
+ - name : Download artifact
117
+ uses : actions/download-artifact@v4
118
+ with :
119
+ name : python-package-distributions
120
+ path : dist/
121
+ - name : Publish to PyPI
122
+ uses : pypa/gh-action-pypi-publish@release/v1
123
123
124
124
# endregion
You can’t perform that action at this time.
0 commit comments