1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 09:26:13 +01:00

Compare commits

...

2 Commits

4 changed files with 34537 additions and 6 deletions

View File

@ -63,7 +63,14 @@ jobs:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
cd data-raw/python_wrapper/AMR
cd PythonPackage/AMR
python -m twine upload dist/*
# for test server:
# python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
- name: Publish to PyPI Testserver
continue-on-error: true
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_API_TEST_TOKEN }}
run: |
cd PythonPackage/AMR
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

View File

@ -1,6 +1,6 @@
Package: AMR
Version: 2.1.1.9103
Date: 2024-10-18
Version: 2.1.1.9106
Date: 2024-11-21
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
data analysis and to work with microbial and antimicrobial properties by

View File

@ -1,4 +1,4 @@
# AMR 2.1.1.9103
# AMR 2.1.1.9106
*(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support! Install this beta using [the instructions here](https://msberends.github.io/AMR/#latest-development-version).)*

File diff suppressed because one or more lines are too long