Skip to content

Commit

Permalink
Publish a wheel (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel authored Apr 13, 2020
1 parent 5e55f15 commit aaed8d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: python
python:
- '3.6'
- '3.8'
cache:
directories:
- $HOME/.cache/pip
Expand All @@ -22,13 +22,13 @@ script:
jobs:
include:
- stage: deploy
python: '3.6'
python: '3.8'
deploy:
provider: pypi
user: lyft-pynamodb-attributes
password:
secure: "oPXSYwu9CIsVf0J72A7O/pKydEWfSPdUzMAonS5MjmCfyG7h+ZcrrOragtGC3Z5tbbwVIygNLRTAFLF+8ob+pfv7tk3sQPe05n7W0tBG03Rd3gJbkfjvWgtK+3rJHMXrFP+f3Vhd8eeIGsZkK857GpZ0N8/0GicrJe0T3tUyf6D3P/sPcHYMKXjZLQXbTYmdhr8SZUYuCoWnK+M69UPaZThrbgxu+Jx340rUpbsgbFLkkqea3252YeSDtYEBLszW8tr65X46Ea33c3WBS+7mTYVWNrlXwKq6Pxe/0merDhXEVbbLTjkxZB6PGe2YCdF+df8jzrKbaNjg2xSgBObbN/AaJMjSluPeH4uJnxlN5+OM99/+mZUA2zGgkTR/La0Zx3DCaqWpRuC2hdptU+Djc6oz6W0j3ZsQZX5ODQ/YZD2RyX6M7tfH7P5JEv+jEcM+7x0cUJHxbWVOqUcUTb5rmP2VdjQGW+YFRowtjWtw5jG4nGhVGHKOYk1VUEpOttyy1rioYpmsIRVggsERJ9BFTlXJF9LD15UXnm4xfShKIlF7dOj1N2RU3GU4pZ54Tb3UJrPtF8IKDSWy1Izzxurvcjaeae85LciKN1jtP/CsNKEb1azCtJlDpIBi5I7I8eZdMPo2AISUV7wqD50+3Br/SmPNvArL1tHKD46qS1DyCN8="
on:
tags: true
distributions: sdist
distributions: sdist bdist_wheel
repo: lyft/pynamodb-attributes
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[wheel]
universal = 1

[metadata]
license_file = LICENSE

[flake8]
format = pylint
exclude = .svc,CVS,.bzr,.hg,.git,__pycache__,venv
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def find_stubs(package): # type: ignore

setup(
name='pynamodb-attributes',
version='0.2.6',
version='0.2.7',
description='Common attributes for PynamoDB',
url='https://www.github.com/lyft/pynamodb-attributes',
maintainer='Lyft',
Expand Down

0 comments on commit aaed8d6

Please sign in to comment.