Skip to content

Commit beaff98

Browse files
committed
Slightly modernised
1 parent 79b733f commit beaff98

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+119
-749
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Build
99
env:
1010
MAJOR: 0
1111
MINOR: 0
12-
PYTHON_VERSION: 3.10.1
12+
PYTHON_VERSION: 3.12.0
1313

1414
#
1515
# Establish when the workflow is run
@@ -75,8 +75,6 @@ jobs:
7575
${PYTHONUSERBASE}/bin/pylint ${GITHUB_WORKSPACE}/mrmat_python_api_fastapi
7676
PYTHONPATH=${GITHUB_WORKSPACE} python -m pytest --cov=mrmat_python_api_fastapi
7777
PYTHONPATH=${GITHUB_WORKSPACE} python -m build --wheel -n
78-
# Hack to make Azure install our locally produced wheel
79-
echo "/tmp/zipdeploy/extracted/mrmat_python_api_fastapi-${MRMAT_VERSION}-py3-none-any.whl" > dist/requirements.txt
8078
8179
- name: Upload test results
8280
uses: actions/upload-artifact@v2
@@ -87,13 +85,6 @@ jobs:
8785
build/junit.xml
8886
build/coverage.xml
8987
90-
- name: Publish to Azure
91-
uses: azure/webapps-deploy@v2
92-
with:
93-
app-name: mrmat-python-api-fastapi
94-
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
95-
package: dist/
96-
9788
- name: Conditional Release
9889
uses: marvinpinto/action-automatic-releases@latest
9990
if: (github.event.pull_request.merged == true && github.base_ref == 'main')

.idea/misc.xml

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

.idea/mrmat-python-api-fastapi.iml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/build.xml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/run.xml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/run__prometheusdb_.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)