Skip to content

Commit 0ffc885

Browse files
author
Thinh Nguyen
committed
versioning and GH Action for PyPI release
1 parent 9ece8cd commit 0ffc885

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/development.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Observes [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

0 commit comments

Comments
 (0)