Merge pull request #2 from specklesystems/jsdbroughton-deployaction-patch

Correct to latest Deploy Action
This commit is contained in:
Oğuzhan Koral
2023-11-12 23:24:20 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
run: |
python3 main.py generate_schema ${HOME}/${{ env.FUNCTION_SCHEMA_FILE_NAME }}
- name: Speckle Automate Function - Build and Publish
uses: specklesystems/speckle-automate-github-composite-action@0.7.0
uses: specklesystems/speckle-automate-github-composite-action@0.7.4
with:
speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }}
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
+1 -1
View File
@@ -8,7 +8,7 @@ packages = [{include = "src/speckle_automate_py"}]
[tool.poetry.dependencies]
python = "^3.10"
specklepy = "2.17.9"
specklepy = "2.17.11"
archaea-simulation = "1.2.0"
[tool.poetry.group.dev.dependencies]