Skip to content

Commit

Permalink
Merge pull request #123 from juliotux/one-dot-zero
Browse files Browse the repository at this point in the history
Move _db to DBasTable
  • Loading branch information
juliotux authored Oct 19, 2023
2 parents 18a89b7 + e1ff1cb commit bbfcc45
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 2,907 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
--sdist
--wheel
--outdir dist/
- name: Publish package to PyPi testing
if: github.ref == 'refs/heads/main'
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish package to PyPi
if: github.ref == 'refs/heads/main'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
Loading

0 comments on commit bbfcc45

Please sign in to comment.