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 7676 needs : build
7777 runs-on : ubuntu-latest
7878 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 }}
8181 outputs :
8282 release_upload_url : ${{steps.create_gh_release.outputs.upload_url}}
8383 steps :
@@ -122,7 +122,7 @@ jobs:
122122 docker load < "image-${{env.PKG_NAME}}-${PKG_VERSION}-py3.8-alpine.tar.gz"
123123 docker-compose -f docker-compose-build.yaml run \
124124 -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/*"
126126 - name : Determine pip artifact paths
127127 run : |
128128 echo "PKG_WHEEL_PATH=$(ls dist/${PKG_NAME}-*.whl)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 22
33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
44
5- ## [ 0.1.0a3] - 2021-04-26
5+ ## [ 0.1.0a3] - 2021-05-03
66### Added
77+ Added GitHub Action release process
88+ ` probe ` and ` ephys ` elements
You can’t perform that action at this time.
0 commit comments