Skip to content

Commit

Permalink
Test release (without doing a release).
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Nov 20, 2024
1 parent a9a3434 commit 143effb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release docs

on:
push:
branches: ["main", "fix_doc_publishing"]
branches: ["main"]

jobs:
Build:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Release package
on:
release:
types: [published]
push:
branches: ["fix_doc_publishing"]

jobs:
main:
Expand All @@ -23,10 +25,10 @@ jobs:
- name: Build package
run: |
make build
- name: Publish package to Pypi
uses: pypa/gh-action-pypi-publish@release/v1
env:
repository-url: https://pypi.org/project/UnleashClient/
# - name: Publish package to Pypi
# uses: pypa/gh-action-pypi-publish@release/v1
# env:
# repository-url: https://pypi.org/project/UnleashClient/
- name: Build docs
run: |
make install-docs
Expand Down

0 comments on commit 143effb

Please sign in to comment.