File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1515 - ' tests/**'
1616 - ' pyproject.toml'
1717 - ' .github/workflows/python-package.yml'
18- workflow_dispatch :
1918
2019jobs :
2120 build-lint-unit-test :
3938 release :
4039 runs-on : ubuntu-latest
4140 needs : [build-lint-unit-test]
42- if : github.event_name == 'workflow_dispatch' || (github.event_name == ' push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main') )
41+ if : github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
4342 environment :
4443 name : pypi
4544 url : https://pypi.org/p/nisystemlink-demo
6362 pip install python-semantic-release==7.34.6
6463 git config --global user.name "github-actions"
6564 git config --global user.email "github-actions[bot]@users.noreply.github.com"
66- semantic-release version --define=branch=${{ github.ref_name }}
65+ semantic-release version
6766 env :
6867 GH_TOKEN : ${{secrets.GH_REPO_TOKEN}}
6968 - name : Build package
You can’t perform that action at this time.
0 commit comments