Skip to content

Commit 3088b83

Browse files
committed
Adjust triggers
1 parent f0e6ed8 commit 3088b83

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ jobs:
110110
- name: Build dash-bootstrap-components
111111
run: just build
112112

113+
- name: Run tests on built package
114+
run: |
115+
uv pip install dash-bootstrap-components==${{ steps.get-version.outputs.version }} -f ./py-dist
116+
113117
- uses: JS-DevTools/npm-publish@v1
114118
with:
115119
token: ${{ secrets.NPM_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Tests
22

33
on:
4+
pull_request:
45
push:
56
branches:
67
- main
7-
- pull_request
88

99
jobs:
1010
js:

tests/test_version.py

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

33

44
def test_version():
5-
assert __version__ == "1.7.2-dev"
5+
assert __version__ == "1.0.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)