Skip to content

Commit

Permalink
Merge of dihedrals and electrostatics
Browse files Browse the repository at this point in the history
Complete overhaul of the entire code, makes the package installable.
Did a comprehensive cleanup.
  • Loading branch information
mortele committed Dec 21, 2021
1 parent 0cdb025 commit fc03aee
Show file tree
Hide file tree
Showing 44 changed files with 1,372 additions and 3,602 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# https://www.caktusgroup.com/blog/2021/02/11/automating-pypi-releases/

name: Upload Python Package

on:
push:
branches: [ main ]

jobs:
deploy:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload --repository testpypi dist/*
97 changes: 0 additions & 97 deletions config.toml

This file was deleted.

68 changes: 0 additions & 68 deletions examples/CONF.py

This file was deleted.

16 changes: 0 additions & 16 deletions examples/CONF_BINARY.py

This file was deleted.

13 changes: 0 additions & 13 deletions examples/CONF_MONO.py

This file was deleted.

113 changes: 0 additions & 113 deletions examples/config.toml

This file was deleted.

Binary file removed examples/dppc.h5
Binary file not shown.
Loading

0 comments on commit fc03aee

Please sign in to comment.