File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 76
76
needs : build
77
77
runs-on : ubuntu-latest
78
78
env :
79
- TWINE_USERNAME : ${{secrets.twine_test_username }}
80
- TWINE_PASSWORD : ${{secrets.twine_test_password }}
79
+ TWINE_USERNAME : ${{secrets.twine_username }}
80
+ TWINE_PASSWORD : ${{secrets.twine_password }}
81
81
outputs :
82
82
release_upload_url : ${{steps.create_gh_release.outputs.upload_url}}
83
83
steps :
@@ -122,7 +122,7 @@ jobs:
122
122
docker load < "image-${{env.PKG_NAME}}-${PKG_VERSION}-py3.8-alpine.tar.gz"
123
123
docker-compose -f docker-compose-build.yaml run \
124
124
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} element \
125
- sh -lc "pip install twine && python -m twine upload --repository testpypi dist/*"
125
+ sh -lc "pip install twine && python -m twine upload dist/*"
126
126
- name : Determine pip artifact paths
127
127
run : |
128
128
echo "PKG_WHEEL_PATH=$(ls dist/${PKG_NAME}-*.whl)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 2
2
3
3
Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
4
4
5
- ## [ 0.1.0a3] - 2021-04-26
5
+ ## [ 0.1.0a3] - 2021-05-03
6
6
### Added
7
7
+ Added GitHub Action release process
8
8
+ ` probe ` and ` ephys ` elements
You can’t perform that action at this time.
0 commit comments