1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-16 15:17:18 +00:00

Compare commits

...

17 Commits

Author SHA1 Message Date
e201b231ef Merge branch 'mohrs-circle' into 'master'
Mohrs circle

See merge request MisterBiggs/aero-astro-calc!4
2020-01-21 01:05:12 +00:00
3371569771 stack 2020-01-20 18:01:49 -07:00
e903e1876f typo 2020-01-20 17:57:21 -07:00
194379bdfc stackoverflow pls save me 2020-01-20 17:52:35 -07:00
254ff19e5d more copy 2020-01-20 17:50:13 -07:00
40114966ca gitlab forums solution 2020-01-20 17:48:13 -07:00
98b8b7509a c 2020-01-20 17:41:26 -07:00
ba87ec5098 c 2020-01-20 17:38:33 -07:00
dfcf2fb341 copy paste 2020-01-20 17:37:00 -07:00
e321976579 test 2020-01-20 17:34:11 -07:00
dd434bb9b6 copy 2020-01-20 17:30:37 -07:00
f1a08e0a00 more copy 2020-01-20 17:27:54 -07:00
0847d20ef2 copy paste 2020-01-20 17:27:23 -07:00
b752bd8ad9 fixing deploy 2020-01-20 17:23:32 -07:00
6049c9dffe fix 2020-01-20 17:18:57 -07:00
4809e45b86 should test before deploy 2020-01-20 17:15:47 -07:00
a8f4644b75 added mohrs circle 2020-01-20 17:13:24 -07:00
2 changed files with 8 additions and 16 deletions

View File

@ -2,7 +2,6 @@ stages:
- deploy
- test
black:
stage: test
image: python:3.8
@ -14,19 +13,12 @@ black:
script:
- black --check .
# https://github.com/python-gitlab/python-gitlab/blob/master/.gitlab-ci.yml used for reference
deploy:
stage: deploy
pypi:
image: python:3.8
before_script:
- python -V # Print out python version for debugging
- pip install -U setuptools wheel twine
stage: deploy
script:
- python setup.py bdist_wheel
- twine upload --skip-existing -u __token__ -p $PYPI_TOKEN dist dist/*
only:
- tags
- apt-get update -qy
- apt-get install -y ruby-dev
- gem install dpl
- python setup.py sdist
- dpl --provider=pypi --user=$TWINE_USERNAME --password=$TWINE_PASSWORD --skip_existing=true

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="aero_astro_calc",
version="2020.1.0",
version="2020.2.0",
author="Anson Biggs",
author_email="anson@ansonbiggs.com",
description="A small python library with functions to assist engineers.",