Skip to content

Commit

Permalink
updated github action release (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmsdata authored Apr 26, 2023
1 parent 2910297 commit d768418
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ on:
branches:
- main

env:
USER_EMAIL: '[email protected]'
USER_NAME: 'CDEvents Bot'
USER_ID: 'cdevents-bot'

jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout sources
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_BOT_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand All @@ -20,8 +29,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '12'
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "GitHub Actions"
- run: git config --global user.email "${{ env.USER_EMAIL }}"
- run: git config --global user.name "${{ env.USER_NAME }}"
- name: Install github-changes
run: |
npm install -g github-changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cdevents-sdk"
version = "0.0.0"
version = "0.0.1-draft"
authors = [
{ name="Erik Sternerson", email="[email protected]" },
{ name="Evan Elms", email="[email protected]" }
Expand Down

0 comments on commit d768418

Please sign in to comment.