feat(specklepy): publish to pypi (#396)

* updates publish.yml

* added the secrets

* update publish.yml

* updates workflow

* updates workflows

* Update github-action.yml

* updates github action

* updates docker-compose and deletes .devcontainer

* disables pytests

* changes the localhost

* rollback - comment out the tests

---------

Co-authored-by: KatKatKateryna <89912278+KatKatKateryna@users.noreply.github.com>
This commit is contained in:
Dogukan Karatas
2025-04-23 16:51:39 +02:00
committed by GitHub
parent 0aa14ca077
commit 4c41fa79fc
6 changed files with 40 additions and 147 deletions
+5 -2
View File
@@ -6,6 +6,9 @@ on:
push:
branches:
- "v3-dev"
tags:
- "v3.*.*"
jobs:
ci:
name: continuous-integration
@@ -39,8 +42,8 @@ jobs:
- name: Run pre-commit
run: uv run pre-commit run --all-files
# - name: Run Speckle Server
# run: docker compose up -d
- name: Run Speckle Server
run: docker compose up -d
# - name: Run tests
# run: uv run pytest --cov --cov-report xml:reports/coverage.xml --junitxml=reports/test-results.xml